home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / extract / emanage.ini < prev    next >
Encoding:
INI File  |  1994-10-25  |  657 b   |  21 lines

  1. ; EMANAGE.INI - Configuration file for EMANAGE.EXE (must be in same directory)
  2. ;
  3. ; Emanage presents a list of datafiles and lets the user choose any or
  4. ; all of the files to perform an extraction based on the configuration
  5. ; settings below.
  6. ;
  7. ; All filenames and paths must have a drive and be absolute.
  8.  
  9. [init]
  10. ; path is the file skeleton to the data files
  11. path=f:\raw\*.dat
  12.  
  13. ; fields is the pre-saved (from EXTRACT.EXE) field definitions for the extraction
  14. fields=f:\hours\hours.fld
  15.  
  16. ; output is the file the extracted information is saved to
  17. output=f:\output.dat
  18.  
  19. ; exe is the path to extract.exe
  20. exe=c:\user\prog\extract\extract.exe
  21.